Skip to content

Commit

Permalink
Activando decomposition para el chapter de parametrización
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Dec 28, 2023
1 parent 34610ac commit 2d31da9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/staticData/books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ const rawBooksData: RawBookData[] = [
{
id: 3,
chapterIds: ['Parametrización de soluciones'],
simpleReadMode: false
simpleReadMode: false,
expectations: {
decomposition: true
}
},
{
id: 1000,
Expand Down

0 comments on commit 2d31da9

Please sign in to comment.