Last active
July 31, 2025 03:32
-
-
Save nillpo/3c593c3a0ce8f9c921624aa8839ecbf6 to your computer and use it in GitHub Desktop.
Pdfme向けの筋トレメニューテンプレート
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schemas": [ | |
| [ | |
| { | |
| "name": "TITLE", | |
| "type": "text", | |
| "content": "筋力トレーニング記録表", | |
| "position": { | |
| "x": 65, | |
| "y": 10 | |
| }, | |
| "width": 80, | |
| "height": 8, | |
| "rotate": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "fontSize": 16, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MONDAY_TITLE", | |
| "type": "text", | |
| "content": "月曜日(上半身プッシュ系)", | |
| "position": { | |
| "x": 10, | |
| "y": 25 | |
| }, | |
| "width": 80, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 12, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MONDAY_DATE_LABEL", | |
| "type": "text", | |
| "content": "日付:", | |
| "position": { | |
| "x": 10, | |
| "y": 33 | |
| }, | |
| "width": 15, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MONDAY_DATE", | |
| "type": "multiVariableText", | |
| "content": "{}", | |
| "position": { | |
| "x": 25, | |
| "y": 33 | |
| }, | |
| "width": 50, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "readOnly": false, | |
| "text": "", | |
| "variables": [], | |
| "required": false | |
| }, | |
| { | |
| "name": "MONDAY_MENU", | |
| "type": "table", | |
| "position": { | |
| "x": 10, | |
| "y": 40 | |
| }, | |
| "width": 190, | |
| "height": 39.2872, | |
| "content": "[[\"ダンベルベンチプレス\",\"\",\"\",\"\",\"\"],[\"インクラインベンチプレス\",\"\",\"\",\"\",\"\"],[\"ダンベルフライ\",\"\",\"\",\"\",\"\"],[\"アーノルドプレス\",\"\",\"\",\"\",\"\"],[\"シーテッドサイドレイズ\",\"\",\"\",\"\",\"\"]]", | |
| "showHead": true, | |
| "head": [ | |
| "種目", | |
| "1セット目", | |
| "2セット目", | |
| "3セット目", | |
| "メモ" | |
| ], | |
| "headWidthPercentages": [ | |
| 35, | |
| 18, | |
| 18, | |
| 18, | |
| 11 | |
| ], | |
| "tableStyles": { | |
| "borderWidth": 0.1, | |
| "borderColor": "#000000" | |
| }, | |
| "headStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 9, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#000000", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#f5f5f5", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 1, | |
| "right": 1, | |
| "bottom": 1, | |
| "left": 1 | |
| } | |
| }, | |
| "bodyStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 8, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#666666", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#ffffff", | |
| "alternateBackgroundColor": "#ffffff", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 2, | |
| "right": 1, | |
| "bottom": 2, | |
| "left": 1 | |
| } | |
| }, | |
| "columnStyles": {}, | |
| "required": false, | |
| "readOnly": false | |
| }, | |
| { | |
| "name": "WEDNESDAY_TITLE", | |
| "type": "text", | |
| "content": "水曜日(上半身プル系)", | |
| "position": { | |
| "x": 10, | |
| "y": 85 | |
| }, | |
| "width": 80, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 12, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "WEDNESDAY_DATE_LABEL", | |
| "type": "text", | |
| "content": "日付:", | |
| "position": { | |
| "x": 10, | |
| "y": 91 | |
| }, | |
| "width": 15, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "WEDNESDAY_DATE", | |
| "type": "multiVariableText", | |
| "content": "{}", | |
| "position": { | |
| "x": 25, | |
| "y": 91 | |
| }, | |
| "width": 50, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "readOnly": false, | |
| "text": "", | |
| "variables": [], | |
| "required": false | |
| }, | |
| { | |
| "name": "WEDNESDAY_MENU", | |
| "type": "table", | |
| "position": { | |
| "x": 10, | |
| "y": 97 | |
| }, | |
| "width": 190, | |
| "height": 52.932, | |
| "content": "[[\"ダンベルデッドリフト\",\"\",\"\",\"\",\"\"],[\"ベントオーバーロウ\",\"\",\"\",\"\",\"\"],[\"ワンハンドロウイング(右)\",\"\",\"\",\"\",\"\"],[\"ワンハンドロウイング(左)\",\"\",\"\",\"\",\"\"],[\"オーバーエクステンション(右)\",\"\",\"\",\"\",\"\"],[\"オーバーエクステンション(左)\",\"\",\"\",\"\",\"\"],[\"スピネイトカール\",\"\",\"\",\"\",\"\"]]", | |
| "showHead": true, | |
| "head": [ | |
| "種目", | |
| "1セット目", | |
| "2セット目", | |
| "3セット目", | |
| "メモ" | |
| ], | |
| "headWidthPercentages": [ | |
| 35, | |
| 18, | |
| 18, | |
| 18, | |
| 11 | |
| ], | |
| "tableStyles": { | |
| "borderWidth": 0.1, | |
| "borderColor": "#000000" | |
| }, | |
| "headStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 9, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#000000", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#f5f5f5", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 1, | |
| "right": 1, | |
| "bottom": 1, | |
| "left": 1 | |
| } | |
| }, | |
| "bodyStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 8, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#666666", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#ffffff", | |
| "alternateBackgroundColor": "#ffffff", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 2, | |
| "right": 1, | |
| "bottom": 2, | |
| "left": 1 | |
| } | |
| }, | |
| "columnStyles": {}, | |
| "required": false, | |
| "readOnly": false | |
| }, | |
| { | |
| "name": "FRIDAY_TITLE", | |
| "type": "text", | |
| "content": "金曜日(下半身強化)", | |
| "position": { | |
| "x": 10, | |
| "y": 158 | |
| }, | |
| "width": 80, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 12, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "FRIDAY_DATE_LABEL", | |
| "type": "text", | |
| "content": "日付:", | |
| "position": { | |
| "x": 10, | |
| "y": 164 | |
| }, | |
| "width": 15, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "FRIDAY_DATE", | |
| "type": "multiVariableText", | |
| "content": "{}", | |
| "position": { | |
| "x": 25, | |
| "y": 164 | |
| }, | |
| "width": 50, | |
| "height": 6, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "readOnly": false, | |
| "text": "", | |
| "variables": [], | |
| "required": false | |
| }, | |
| { | |
| "name": "FRIDAY_MENU", | |
| "type": "table", | |
| "position": { | |
| "x": 10, | |
| "y": 170 | |
| }, | |
| "width": 190, | |
| "height": 52.932, | |
| "content": "[[\"ゴブレットスクワット\",\"\",\"\",\"\",\"\"],[\"ダンベルスクワット\",\"\",\"\",\"\",\"\"],[\"ダンベルランジ(右脚)\",\"\",\"\",\"\",\"\"],[\"ダンベルランジ(左脚)\",\"\",\"\",\"\",\"\"],[\"ブルガリアンスクワット(右脚)\",\"\",\"\",\"\",\"\"],[\"ブルガリアンスクワット(左脚)\",\"\",\"\",\"\",\"\"],[\"カーフレイズ\",\"\",\"\",\"\",\"\"]]", | |
| "showHead": true, | |
| "head": [ | |
| "種目", | |
| "1セット目", | |
| "2セット目", | |
| "3セット目", | |
| "メモ" | |
| ], | |
| "headWidthPercentages": [ | |
| 35, | |
| 18, | |
| 18, | |
| 18, | |
| 11 | |
| ], | |
| "tableStyles": { | |
| "borderWidth": 0.1, | |
| "borderColor": "#000000" | |
| }, | |
| "headStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 9, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#000000", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#f5f5f5", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 1, | |
| "right": 1, | |
| "bottom": 1, | |
| "left": 1 | |
| } | |
| }, | |
| "bodyStyles": { | |
| "fontName": "NotoSansJP", | |
| "fontSize": 8, | |
| "characterSpacing": 0, | |
| "alignment": "center", | |
| "verticalAlignment": "middle", | |
| "lineHeight": 1, | |
| "fontColor": "#666666", | |
| "borderColor": "#000000", | |
| "backgroundColor": "#ffffff", | |
| "alternateBackgroundColor": "#ffffff", | |
| "borderWidth": { | |
| "top": 0.1, | |
| "right": 0.1, | |
| "bottom": 0.1, | |
| "left": 0.1 | |
| }, | |
| "padding": { | |
| "top": 2, | |
| "right": 1, | |
| "bottom": 2, | |
| "left": 1 | |
| } | |
| }, | |
| "columnStyles": {}, | |
| "required": false, | |
| "readOnly": false | |
| }, | |
| { | |
| "name": "INSTRUCTIONS_TITLE", | |
| "type": "text", | |
| "content": "記録の書き方", | |
| "position": { | |
| "x": 10, | |
| "y": 235 | |
| }, | |
| "width": 40, | |
| "height": 5, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "INSTRUCTIONS_1", | |
| "type": "text", | |
| "content": "セット記録:7.5kg×12のように、重量×回数で記入", | |
| "position": { | |
| "x": 10, | |
| "y": 241 | |
| }, | |
| "width": 120, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 8, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "INSTRUCTIONS_2", | |
| "type": "text", | |
| "content": "重量変更:セットごとに重量を変えてもOK", | |
| "position": { | |
| "x": 10, | |
| "y": 245 | |
| }, | |
| "width": 120, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 8, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "WEIGHT_UP_TITLE", | |
| "type": "text", | |
| "content": "重量アップの目安", | |
| "position": { | |
| "x": 140, | |
| "y": 235 | |
| }, | |
| "width": 40, | |
| "height": 5, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "WEIGHT_UP_1", | |
| "type": "text", | |
| "content": "• 12回楽にクリア → 次回+0.5kg", | |
| "position": { | |
| "x": 140, | |
| "y": 241 | |
| }, | |
| "width": 60, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 8, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "WEIGHT_UP_2", | |
| "type": "text", | |
| "content": "• 10回以下 → 重量維持", | |
| "position": { | |
| "x": 140, | |
| "y": 245 | |
| }, | |
| "width": 60, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 8, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MEMO_TITLE", | |
| "type": "text", | |
| "content": "全体メモ欄", | |
| "position": { | |
| "x": 10, | |
| "y": 252 | |
| }, | |
| "width": 40, | |
| "height": 5, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 11, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MEMO_CONDITION_LABEL", | |
| "type": "text", | |
| "content": "体調:", | |
| "position": { | |
| "x": 10, | |
| "y": 258 | |
| }, | |
| "width": 15, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 9, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MEMO_CONDITION_LINE", | |
| "type": "line", | |
| "position": { | |
| "x": 25, | |
| "y": 260.5 | |
| }, | |
| "width": 60, | |
| "height": 0.2, | |
| "rotate": 0, | |
| "opacity": 1, | |
| "readOnly": true, | |
| "color": "#000000", | |
| "required": false, | |
| "content": "" | |
| }, | |
| { | |
| "name": "MEMO_SORENESS_LABEL", | |
| "type": "text", | |
| "content": "筋肉痛:", | |
| "position": { | |
| "x": 105, | |
| "y": 258 | |
| }, | |
| "width": 20, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 9, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MEMO_SORENESS_LINE", | |
| "type": "line", | |
| "position": { | |
| "x": 125, | |
| "y": 260.5 | |
| }, | |
| "width": 60, | |
| "height": 0.2, | |
| "rotate": 0, | |
| "opacity": 1, | |
| "readOnly": true, | |
| "color": "#000000", | |
| "required": false, | |
| "content": "" | |
| }, | |
| { | |
| "name": "MEMO_NOTES_LABEL", | |
| "type": "text", | |
| "content": "気づいたこと:", | |
| "position": { | |
| "x": 10, | |
| "y": 264 | |
| }, | |
| "width": 25, | |
| "height": 4, | |
| "rotate": 0, | |
| "alignment": "left", | |
| "verticalAlignment": "middle", | |
| "fontSize": 9, | |
| "lineHeight": 1, | |
| "characterSpacing": 0, | |
| "fontColor": "#000000", | |
| "fontName": "NotoSansJP", | |
| "backgroundColor": "", | |
| "opacity": 1, | |
| "strikethrough": false, | |
| "underline": false, | |
| "required": false, | |
| "readOnly": true | |
| }, | |
| { | |
| "name": "MEMO_NOTES_LINE", | |
| "type": "line", | |
| "position": { | |
| "x": 35, | |
| "y": 266.5 | |
| }, | |
| "width": 150, | |
| "height": 0.2, | |
| "rotate": 0, | |
| "opacity": 1, | |
| "readOnly": true, | |
| "color": "#000000", | |
| "required": false, | |
| "content": "" | |
| } | |
| ] | |
| ], | |
| "basePdf": { | |
| "width": 210, | |
| "height": 297, | |
| "padding": [ | |
| 10, | |
| 10, | |
| 10, | |
| 10 | |
| ] | |
| }, | |
| "pdfmeVersion": "5.4.1" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment