Skip to content
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.

簡単リーダー:チャートの一覧での集計結果が倍になる #9

Open
chikoski opened this issue Aug 29, 2012 · 2 comments
Labels

Comments

@chikoski
Copy link
Owner

倍になっていました。

1 1年 4
2 2年 4
3 3年 0
4 4年 0
5 5年 0
6 6年 0
無回答 0
エラー 0
計 16

@chikoski
Copy link
Owner Author

設問には2種類ある。

  • 択一式のもの
  • 複数選択可能なもの

択一式なものがselect1 、そうでないならselect

FormAreaのメソッドで確認できる。

chikoski added a commit that referenced this issue Aug 31, 2012
@chikoski
Copy link
Owner Author

src/main/java/net/sqs2/omr/result/export/HTMLReportExportModule.java の
public void endRowGroup(RowGroupEvent rowGroupEvent)の
次の部分をコメントアウトして、それらしく動いた。

    if(parentSourceDirectory != null){
        Integer parentNumRows = this.numRowsTotalMap.get(parentSourceDirectory);
        if(parentNumRows != null){
            this.numRowsTotalMap.put(parentSourceDirectory, parentNumRows + numRows);
        }
    }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant